-
Notifications
You must be signed in to change notification settings - Fork 21
Add gdsp_remoteproc test script and README for Lemans platform #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gdsp_remoteproc test script and README for Lemans platform #97
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains two commits, But they seem closely related. Please squash them into a single, clean commit before merging to keep history concise.
0e720e6
to
3c5b373
Compare
Merged the changes into a single commit as requested |
8aef1d7
to
42c3673
Compare
Runner/suites/Kernel/FunctionalArea/baseport/gdsp_remoteproc/run.sh
Outdated
Show resolved
Hide resolved
233209e
to
36c8b3b
Compare
36c8b3b
to
1f172ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In /home/runner/work/qcom-linux-testkit/qcom-linux-testkit/Runner/suites/Kernel/FunctionalArea/baseport/gdsp_remoteproc/run.sh line 74:
result="FAIL"
^----^ SC2034 (warning): result appears unused. Verify use (or export if used externally).
1f172ca
to
87dac61
Compare
Issue resolved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add debug logs around key steps and also use a consistent results code.
ccd635b
to
e766294
Compare
This commit introduces a test script to validate gpdsp0 and gpdsp1 remoteproc functionality on the Lemans platform. It includes start/stop/restart checks and logs results in a standardized format. A detailed README is also added to document usage, expected output, and prerequisites. Signed-off-by: Sai-teja573 <[email protected]>
e766294
to
f44fded
Compare
As part of the code refactoring, we have included the gpdsp test in commit |
This PR introduces a new test script gdsp_remoteproc.sh designed to validate the remoteproc functionality of gpdsp0 and gpdsp1 on the LeMans platform. It also includes a detailed README.md to document the test's purpose, usage, and expected output.
What's Included
1.gdsp_remoteproc.sh: Shell script that Identifies the correct remoteproc entries for gpdsp0 and gpdsp1
2.Verifies initial running state
3.Performs stop and restart operations
4.Confirms successful return to the running state
5. Logs results in a standardized format
6. README.md
Target Platform
LeMans
Notes
This test is specific to LeMans and may require adaptation for other platforms.
Root access is required to control remoteproc state.